func crypto/tls.negotiateALPN
3 uses
crypto/tls (current package)
handshake_server.go#L254: selectedProto, err := negotiateALPN(c.config.NextProtos, hs.clientHello.alpnProtocols, false)
handshake_server.go#L315: func negotiateALPN(serverProtos, clientProtos []string, quic bool) (string, error) {
handshake_server_tls13.go#L297: selectedProto, err := negotiateALPN(c.config.NextProtos, hs.clientHello.alpnProtocols, c.quic != nil)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)